home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / edittxt.zip / EDITTXT.DOC next >
Text File  |  1990-12-27  |  5KB  |  159 lines

  1.  
  2.               Documentation of Lisp file:
  3.                  Edittxt.lsp
  4.  
  5.  
  6. ** EDITTXT.LSP **     . . dynamic text editor . .
  7.  
  8. Edittxt is for all practical purposes the best text editor for AutoCAD use in
  9. Graphics mode. AutoDesk has finally added a dynamic text editing feature in
  10. Release 11, but what about the rest of us with earlier versions?
  11.  
  12.    No longer will the entire line of text need to be retyped to correct as few
  13. as ONE wrong character.
  14. ...or to add the character(s) left out.
  15. ...or to delete the extra character(s) not needed.
  16. Additionally, if the need of changing several lines of text to read the same
  17. arises, Edittxt makes this chore very simple.
  18.  
  19.    Works with all fonts, retains existing style, height, layer, color-by-layer.
  20.  
  21.    Only six (6) command keys involved for very easy editing, no help screens
  22. to keep referring to.
  23.  
  24. The Command Keys -
  25.  
  26.    <SPACE BAR>    moves the cursor forward
  27.    <BACKSPACE>    moves the cursor backwards
  28.     ^    change to a space
  29.     \    delete character(s)
  30.     [    insert character(s)
  31.     <RETURN>    pressing once, shows corrected type on command line
  32.         two consecutive RETURNs, ends editing, placing the
  33.         corrected text in drawing
  34.  
  35.  
  36. EXAMPLES:
  37.  
  38. *******************************************************************************
  39.  
  40.  :CORRECTING A TYPO:
  41.  
  42. 1  AutoCAD is a tRademark of AutoDESK, Inc.      :text to be edited
  43.                           :use pickbox and pick text
  44.  
  45. 2  AutoCAD is a tRademark of AutoDESK, Inc.      :command lines at bottom of
  46.    _                          :screen (two lines)
  47.                           :cursor located under first
  48.                           :letter as shown
  49.  
  50. 3  AutoCAD is a tRademark of AutoDESK, Inc.      :move cursor over to position
  51.          _                  :of correction by pressing
  52.                           :<SPACE BAR>
  53.  
  54. 4  AutoCAD is a tRademark of AutoDESK, Inc.      :type correct character in
  55.          r_                  :position, press <RETURN>
  56.  
  57. 5  AutoCAD is a trademark of AutoDESK, Inc.      :result. Press <RETURN> again
  58.    _                          :to place text in drawing.
  59.  
  60.  
  61. *******************************************************************************
  62.  
  63.  
  64.  :CHANGING TO A SPACE:
  65.  
  66.   *repeat steps 1 thru 3*
  67.  
  68.    AutoCAD issa trademark of AutoDESK, Inc.      :type ^ (shift 6) character
  69.          ^_                   :where a space should be,
  70.                           :press <RETURN>
  71.  
  72.    AutoCAD is a trademark of AutoDESK, Inc.      :result. Press <RETURN> again
  73.    _                          :to place text in drawing.
  74.  
  75.  
  76. *******************************************************************************
  77.  
  78.  
  79.  :DELETING A CHARACTER:
  80.  
  81.   *repeat steps 1 thru 3*
  82.  
  83.    AutoCAD iss a trademark of AutoDESK, Inc.      :type \ (backslash) character
  84.          \_                   :to delete extra s,
  85.                           :press <RETURN>
  86.  
  87.    AutoCAD is a trademark of AutoDESK, Inc.      :result. Press <RETURN> again
  88.    _                          :to place text in drawing.
  89.  
  90.  **NOTE: If characters are needed to be corrected at different positions
  91.      in same line, they may be done at the same time. As many of each
  92.      command key needed may be used, except for [ (insert) see below.
  93.  
  94.    AutoCAD iss a trademark offAutoDESK, Ink.      :using \ ^ and correcting
  95.          \_          ^          c      :to letter c
  96.  
  97.    AutoCAD is a trademark of AutoDESK, Inc.      :result. Press <RETURN> again
  98.    _                          :to place text in drawing.
  99.  
  100.  
  101. *******************************************************************************
  102.  
  103.  
  104.  :INSERTING A CHARACTER:
  105.  
  106.   *repeat steps 1 thru 3*
  107.  
  108.    AutoCAD i a trademark of AutoDESK, Inc.      :type [ (left square bracket)
  109.         [s_                   :and character to insert,
  110.                           :press <RETURN>
  111.  
  112.    AutoCAD is a trademark of AutoDESK, Inc.      :result. Press <RETURN> again
  113.    _                          :to place text in drawing.
  114.  
  115.  **NOTE: If characters are needed to be inserted at different positions
  116.      in same line, they must be done seperately.
  117.  
  118.  
  119.    AutoCAD i a trademark o AutoDESK, Inc.      :type [ (left square bracket)
  120.         [s_                   :and character to insert,
  121.                           :press <RETURN>
  122.  
  123.    AutoCAD is a trademark o AutoDESK, Inc.      :type [ (left square bracket)
  124.                [f_              :and character to insert,
  125.                           :press <RETURN>
  126.  
  127.    AutoCAD is a trademark of AutoDESK, Inc.      :result. Press <RETURN> again
  128.    _                          :to place text in drawing.
  129.  
  130.  **NOTE: If the characters \ or ^ or [ are needed in the text, they must
  131.      be inserted into position.
  132.  
  133.          C:ACAD    Control C (C)       Brackets being] used
  134.            [\_           [^_            [[_
  135.  
  136.          C:\ACAD    Control C (^C)       Brackets [being] used
  137.  
  138.  
  139. *******************************************************************************
  140.  
  141.  
  142. To change several lines of text to read the same -
  143.  
  144.    Edit the first line to read as desired, pick the next text line and press
  145. <RETURN> once. Presto! Continue with as many text lines as needed.
  146.  
  147.  
  148. *******************************************************************************
  149.  
  150.  
  151.    This editor has been tested successfully on releases 9 and 10, but alas, I
  152. can not be responsible for its operation. Unfortunately, the original author is
  153. unknown to me. I would very much like to give the credit well earned.
  154.  
  155.    I have added edittxt to my acad.lsp macro for the convenience of operating at
  156. optimum speed. It takes only a few seconds to load, but time IS money!
  157.  
  158.                                   ENJOY!
  159.